home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / share / doc / nautilus-cd-burner / README.Debian < prev    next >
Encoding:
Text File  |  2007-04-09  |  915 b   |  20 lines

  1. Nautilus CD Burner
  2.  
  3. To create a new CD, insert a blank CD and if you have magicdev or
  4. gnome-volume-manager installed, the CD Creator window will appear.  Otherwise,
  5. select Places->CD Creator or go to burn:///. Drag and drop the files you want to
  6. burn into that location and when you have finished, select File -> Write to CD.
  7.  
  8. To burn an existing ISO image, right-clicking on it will produce a
  9. "Write to CD..." entry.
  10.  
  11. This code detects available CD writers by examining files in /proc.  It will try
  12. /proc/sys/dev/cdrom/info which is created by the 'cdrom' module, and
  13. /proc/scsi/sg/devices which is created by the 'sg' module.  One of these modules
  14. must be loaded for nautilus-cd-burner to work.
  15.  
  16. Please don't say "n-c-b should use cdrecord -scanbus", as that operation takes
  17. far too long and the files in /proc contain all of the information required.
  18.  
  19.  -- Ross Burton <ross@debian.org>, Tue Dec 21 10:48:20 2004
  20.